home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / allout.swf / scripts / DefineButton2_67 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2006-05-29  |  155 b   |  10 lines

  1. on(press){
  2.    if(_parent.holestats == 0)
  3.    {
  4.       levelnum = 2;
  5.       gotoAndPlay(7);
  6.       back = true;
  7.       buttonpause.dir = "back";
  8.    }
  9. }
  10.